home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / ftp / fwftp2.exe / FTPWIN.EXE / 0 / RCDATA / TFRMDIALOG / TFRMDIALOG.txt
Text File  |  1996-07-17  |  2KB  |  92 lines

  1. object frmDialog: TfrmDialog
  2.   Left = 249
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'FTP Dialog'
  6.   ClientHeight = 338
  7.   ClientWidth = 451
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object PageControl1: TPageControl
  15.     Left = 0
  16.     Top = 0
  17.     Width = 451
  18.     Height = 338
  19.     ActivePage = TabSheet1
  20.     Align = alClient
  21.     TabOrder = 0
  22.     object TabSheet1: TTabSheet
  23.       Caption = 'Left Dialog'
  24.       object ListBox1: TListBox
  25.         Left = 8
  26.         Top = 8
  27.         Width = 425
  28.         Height = 292
  29.         ItemHeight = 13
  30.         Items.Strings = (
  31.           '-'
  32.           '-'
  33.           '-'
  34.           '-'
  35.           '-'
  36.           '-'
  37.           '-'
  38.           '-'
  39.           '-'
  40.           '-'
  41.           '-'
  42.           '-'
  43.           '-'
  44.           '-'
  45.           '-'
  46.           '-'
  47.           '-'
  48.           '-'
  49.           '-'
  50.           '-'
  51.           '-'
  52.           '-')
  53.         TabOrder = 0
  54.       end
  55.     end
  56.     object TabSheet2: TTabSheet
  57.       Caption = 'Right Dialog'
  58.       object ListBox2: TListBox
  59.         Left = 8
  60.         Top = 8
  61.         Width = 425
  62.         Height = 292
  63.         ItemHeight = 13
  64.         Items.Strings = (
  65.           '-'
  66.           '-'
  67.           '-'
  68.           '-'
  69.           '-'
  70.           '-'
  71.           '-'
  72.           '-'
  73.           '-'
  74.           '-'
  75.           '-'
  76.           '-'
  77.           '-'
  78.           '-'
  79.           '-'
  80.           '-'
  81.           '-'
  82.           '-'
  83.           '-'
  84.           '-'
  85.           '-'
  86.           '-')
  87.         TabOrder = 0
  88.       end
  89.     end
  90.   end
  91. end
  92.